ComponentOne ASP.NET MVC Controls
OnClientIsDroppedDownChanged Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : OnClientIsDroppedDownChanged Method
The value.
Configurates the C1.Web.Mvc.DropDown<T>.OnClientIsDroppedDownChanged client event. Occurs after the drop down is shown or hidden.
Syntax
'Declaration
 
Public Function OnClientIsDroppedDownChanged( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientIsDroppedDownChanged( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members